-
Notifications
You must be signed in to change notification settings - Fork 46
Add a Stdin Specification #586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@brianmcgee @zimbatm, is there anything I can do to help move this forward? |
It's unclear to me if this documents the current behaviour or the desired behaviour. If it's the desired behaviour, isn't there some work needing to be done in |
Yes, treefmt needs changes to support this. I'm happy to implement that (in this PR or a separate one). I just don't want to put in the effort until I know we like this approach. |
I'll try to put my brain on this in the next few days. Been a busy few weeks 😫 |
@brianmcgee, friendly ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with some of your own musings in the comments you'd left. Otherwise, it seems like a sane spec and one which should be easy enough for formatters to follow.
I also like that this is opt-in.
P.S. Thanks for taking the time to flesh this out, and sorry for taking a while to get around to reviewing this. |
8e6e1cb
to
5671029
Compare
This completes step 1 of numtide#573 (comment).
5671029
to
d8276a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@brianmcgee @zimbatm, I could use another review on this. If we're happy with the state of this, then I'd like to work on the underlying implementation. |
This completes step 1 of
#573 (comment).